cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/67 - Currency Converter/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
I have added a Currency Converter.
It allows user to type digits(amount) and we have real time conversions as they type.
It fetc
It allows user to type digits(amount) and we have real time conversions as they type.
It fetc
const exchange_rate = document.getElementById('exchange-rate');
const curr_first = document.getElementById('curr-first');
const
const curr_first = document.getElementById('curr-first');
const